FileTable Class

Definition

Namespace: Independentsoft.Office
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class FileTable : Dictionary<string, byte[]>
Inheritance
Object    DictionaryString, Byte    FileTable

Constructors

FileTableInitializes a new instance of the FileTable class

Properties

Comparer
(Inherited from DictionaryString, Byte)
Count
(Inherited from DictionaryString, Byte)
Item 
Keys
(Inherited from DictionaryString, Byte)
Values
(Inherited from DictionaryString, Byte)

Methods

See Also